GetRuntimeCallStatsResponse

data class GetRuntimeCallStatsResponse(result: List<RuntimeCallCounterInfo>)

Represents response frame that is returned from Profiler#getRuntimeCallStats operation call. Retrieve run time call stats.

See also

Constructors

GetRuntimeCallStatsResponse
Link copied to clipboard
fun GetRuntimeCallStatsResponse(result: List<RuntimeCallCounterInfo>)

Properties

result
Link copied to clipboard
val result: List<RuntimeCallCounterInfo>
Collected runtime call counter information.

Sources

jvm source
Link copied to clipboard